Extension point automaticVideoConversions
In component org.nuxeo.ecm.platform.video.service.VideoService
Documentation
Extension point to contribute default video conversions launched after the creation of a Video document.
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.video.service.AutomaticVideoConversion
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="automaticVideoConversions" target="org.nuxeo.ecm.platform.video.service.VideoService"> <automaticVideoConversion name="MP4 480p" order="0"/> <automaticVideoConversion name="WebM 480p" order="10"/> </extension>